Cancel Pix Scheduling
Cancel Scheduled Automatic Pix
Request
POST 'https://apisandbox.delbank.com.br/baas/api/v1/pix/automatic/scheduling/:endToEnd/cancel'
Headers
| Name | Description |
|---|---|
| Authorization | Required. API key |
| x-delfinance-account-id | Required. The Delfinance bank account number |
Path Parameters:
| Name | Type | Description |
|---|---|---|
| endToEndId | string | Required. Authorization identifier |
Body Parameters:
| Name | Type | Description |
|---|---|---|
| CancellationRequesterType | enum | Optional. Who requested the cancellation. Domains: PAYER RECEIVER |
| ReceiverIspb | string | Optional. The ISPB of the receiver |
| RequesterIspb | string | Optional. The ISPB of the requester |
| CancellationReqDocument | string | Optional. The document of the requester (CPF/CNPJ) |
| PayerAccountType | enum | Optional. Type of person requesting. Domains: NATURAL LEGAL |
| BeneficiaryConciliationId | string | Optional. Receiver conciliation ID |
| CancellationReason | enum | Required. Reason for the cancellation. See the valid options below. |
Cancellation Reasons
| Reason | Description |
|---|---|
ACCOUNT_CLOSED | Account was closed |
ACCOUNT_BLOCKED | Account was blocked |
AUTHORIZATION_CANCELLED | Authorization was cancelled |
SETTLEMENT_ERROR | Error during settlement |
OTHER_PARTICIPANT_REQUEST | Requested by another participant |
REQUESTED_BY_PAYER | Requested by the payer |
REQUESTED_BY_PAYEE | Requested by the receiver |
{
"CancellationRequesterType": "PAYER",
"ReceiverIspb": "00000000",
"RequesterIspb": "38224857",
"CancellationReqDocument": "12345678901",
"PayerAccountType": "NATURAL",
"BeneficiaryConciliationId": "123e4567-e89b-12d3-a456-426614174000",
"CancellationReason": "ACCOUNT_CLOSED"
}
Response
The status code 200 indicates success in the query.
Being succeeded, the return will have the following fields in Json format:
{
"id": "5448c3b2-3dc0-4dc6-b220-40d5fa04b4b4",
"recurrenceId": "RR38224857202508303nju144fo11",
"beneficiaryReconciliationId": "auto5af01ab71f394e689b4713c1495fa",
"requestedAt": "2026-04-20T00:00:02.635Z",
"endToEndId": "E38224857202604301500IBC533ZMLRB"
}